home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
general
/
modelers
/
geomview
/
source.lha
/
Geomview
/
src
/
bin
/
hinge
/
lang.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-11-11
|
199 b
|
11 lines
#ifndef _LANG_H_
#define _LANG_H_
#include "lisp.h"
void handle_pick(char *name, HPoint3 *got,
int vert, HPoint3 *v, int edge, HPoint3 e[]);
extern void Input ( void );
#endif /* ! _LANG_H_ */